Language

enum Language : ProtocolMessageEnum

Localization
Protobuf enum meshtastic.Language

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Bulgarian
BULGARIAN = 17;
Link copied to clipboard
val CZECH_VALUE: Int = 18

Czech
CZECH = 18;
Link copied to clipboard
val DUTCH_VALUE: Int = 12

Dutch
DUTCH = 12;
Link copied to clipboard

English
ENGLISH = 0;
Link copied to clipboard

Finnish
FINNISH = 7;
Link copied to clipboard
val FRENCH_VALUE: Int = 1

French
FRENCH = 1;
Link copied to clipboard
val GERMAN_VALUE: Int = 2

German
GERMAN = 2;
Link copied to clipboard
val GREEK_VALUE: Int = 13

Greek
GREEK = 13;
Link copied to clipboard

Italian
ITALIAN = 3;
Link copied to clipboard

Norwegian
NORWEGIAN = 14;
Link copied to clipboard
val POLISH_VALUE: Int = 8

Polish
POLISH = 8;
Link copied to clipboard

Portuguese
PORTUGUESE = 4;
Link copied to clipboard
val RUSSIAN_VALUE: Int = 11

Russian
RUSSIAN = 11;
Link copied to clipboard
val SERBIAN_VALUE: Int = 10

Serbian
SERBIAN = 10;
Link copied to clipboard

Simplified Chinese (experimental)
SIMPLIFIED_CHINESE = 30;
Link copied to clipboard

Slovenian
SLOVENIAN = 15;
Link copied to clipboard

Spanish
SPANISH = 5;
Link copied to clipboard

Swedish
SWEDISH = 6;
Link copied to clipboard

Traditional Chinese (experimental)
TRADITIONAL_CHINESE = 31;
Link copied to clipboard

Turkish
TURKISH = 9;
Link copied to clipboard

Ukrainian
UKRAINIAN = 16;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<DeviceUIProtos.Language>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): DeviceUIProtos.Language

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.